diff --git a/css/default.css b/css/default.css index ff8b0ee..d3e52c4 100644 --- a/css/default.css +++ b/css/default.css @@ -253,14 +253,14 @@ figure { flex-flow: column; padding: 5px; margin: auto; - max-width: 80%; + max-width: 100%; } figcaption { - /* font: italic smaller sans-serif; */ - padding: 3px; - text-align: center; + text-align: left; + font-style: italic; + font-size: small; } .caption { diff --git a/css/fonts.css b/css/fonts.css index c79df15..3026980 100644 --- a/css/fonts.css +++ b/css/fonts.css @@ -3,38 +3,38 @@ @font-face { font-family: "Lato"; - src: url("/fonts/Lato-Regular.woff2") format("woff2"); + src: url("../fonts/Lato-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; } @font-face { font-family: "Lato"; - src: url("/fonts/Lato-Bold.woff2") format("woff2"); + src: url("../fonts/Lato-Bold.woff2") format("woff2"); font-weight: bold; font-style: normal; } @font-face { font-family: "Lato"; - src: url("/fonts/Lato-Italic.woff2") format("woff2"); + src: url("../fonts/Lato-Italic.woff2") format("woff2"); font-weight: normal; font-style: italic; } @font-face { font-family: "Lato"; - src: url("/fonts/Lato-BoldItalic.woff2") format("woff2"); + src: url("../fonts/Lato-BoldItalic.woff2") format("woff2"); font-weight: bold; font-style: italic; } @font-face { font-family: "IosevkaC"; - src: url("/fonts/IosevkaCustom-Regular.woff2") format("woff2"); + src: url("../fonts/IosevkaCustom-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; } @font-face { font-family: "IosevkaC"; - src: url("/fonts/IosevkaCustom-Bold.woff2") format("woff2"); + src: url("../fonts/IosevkaCustom-Bold.woff2") format("woff2"); font-weight: bold; font-style: normal; } \ No newline at end of file diff --git a/images/Anshun_Bridge.jpg b/images/Anshun_Bridge.jpg new file mode 100644 index 0000000..9e0c6b4 Binary files /dev/null and b/images/Anshun_Bridge.jpg differ diff --git a/images/Dujiangyan.jpg b/images/Dujiangyan.jpg new file mode 100644 index 0000000..64b3b42 Binary files /dev/null and b/images/Dujiangyan.jpg differ diff --git a/images/Mount_Qingcheng.jpg b/images/Mount_Qingcheng.jpg new file mode 100644 index 0000000..8502a38 Binary files /dev/null and b/images/Mount_Qingcheng.jpg differ diff --git a/images/chengdu.jpg b/images/chengdu.jpg new file mode 100644 index 0000000..f10f8b5 Binary files /dev/null and b/images/chengdu.jpg differ diff --git a/images/panda.jpg b/images/panda.jpg new file mode 100644 index 0000000..40bf4b5 Binary files /dev/null and b/images/panda.jpg differ diff --git a/index.md b/index.md index 898c5cc..5bc9eb2 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,10 @@ --- title: 19th Asian Logic Conference (ALC) ---- \ No newline at end of file +--- + +

September ?? - ??, 2027
+Chengdu, China

+ +![chengdu | Image:[FISU](https://zh.wikipedia.org/zh-cn/%E6%88%90%E9%83%BD%E5%B8%82#/media/File:%E9%9B%AA%E5%B1%B1%E4%B8%8B%E7%9A%84%E6%88%90%E9%83%BD%E5%B8%82%E5%A4%A9%E9%99%85%E7%BA%BF_Chengdu_skyline_with_snow_capped_mountains.jpg), [CC BY 3.0](https://creativecommons.org/licenses/by/3.0)](images/chengdu.jpg) + + diff --git a/src/site.hs b/src/site.hs index adab4e7..860dd6d 100644 --- a/src/site.hs +++ b/src/site.hs @@ -30,6 +30,8 @@ cleanIndexHtmls = return . fmap (replaceAll pattern replacement) replacement::String->String = const "/" -------------------------------------------------------------------------------- +root:: String +root = "" main :: IO () main = hakyll $ do @@ -37,13 +39,13 @@ main = hakyll $ do route idRoute compile copyFileCompiler - match "mathjax/**" $ do - route idRoute - compile copyFileCompiler + -- match "mathjax/**" $ do + -- route idRoute + -- compile copyFileCompiler - match "mathjax-fira-font/**" $ do - route idRoute - compile copyFileCompiler + -- match "mathjax-fira-font/**" $ do + -- route idRoute + -- compile copyFileCompiler match "fonts/*" $ do route idRoute @@ -61,7 +63,7 @@ main = hakyll $ do route $ setExtension "html" compile $ chaoDocCompiler - >>= loadAndApplyTemplate "templates/index.html" defaultContext + >>= loadAndApplyTemplate "templates/index.html" (defaultContext `mappend` constField "root" root) >>= relativizeUrls >>= cleanIndexHtmls @@ -69,7 +71,7 @@ main = hakyll $ do route cleanRoute compile $ chaoDocCompiler - >>= loadAndApplyTemplate "templates/standalone.html" defaultContext + >>= loadAndApplyTemplate "templates/standalone.html" (defaultContext `mappend` constField "root" root) >>= relativizeUrls -- -- build up tags diff --git a/templates/index.html b/templates/index.html index 9b7b7df..f8340b3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,15 +20,15 @@ diff --git a/templates/standalone.html b/templates/standalone.html index 41bdf54..1a6079f 100644 --- a/templates/standalone.html +++ b/templates/standalone.html @@ -55,15 +55,15 @@