Browse Source

Fix the breakage introduced by new hugo-academic version

Create directories for necessary contents, and move supplement files
into them.

Use GIMP to add size data into icpc.png.

Use "fab" icon set for GitHub and GitLab logo.
Xi Ruoyao 5 years ago
parent
commit
43eda5a71d

+ 2 - 2
config.toml

@@ -216,12 +216,12 @@ enableGitInfo = true
 
   [[params.social]]
     icon = "github"
-    icon_pack = "fa"
+    icon_pack = "fab"
     link = "//github.com/xry111"
 
   [[params.social]]
     icon = "gitlab"
-    icon_pack = "fa"
+    icon_pack = "fab"
     link = "//gitlab.com/xry111"
 
 

+ 0 - 0
static/img/lfs-logo.png → content/project/lfs-zh_CN/featured.png


+ 0 - 3
content/project/lfs-zh_CN.md → content/project/lfs-zh_CN/index.md

@@ -8,9 +8,6 @@ title = "Linux From Scratch book Chinese translation"
 # Project summary to display on homepage.
 summary = "Linux From Scratch (LFS) is a project that provides you with step by step instructions for building your own custom Linux system, entirely from source code.  This is Chinese translation of LFS book."
 
-# Optional image to display on homepage (relative to `static/img/` folder).
-image_preview = "lfs-logo.png"
-
 # Tags: can be used for filtering projects.
 # Example: `tags = ["machine-learning", "deep-learning"]`
 tags = ["lfs", "docbook"]

BIN
static/img/icpc.png → content/project/xidian-online-judge-next/featured.png


+ 0 - 3
content/project/xidian-online-judge-next.md → content/project/xidian-online-judge-next/index.md

@@ -8,9 +8,6 @@ title = "Xidian University Online Judge Next Generation"
 # Project summary to display on homepage.
 summary = "This would replace HUSTOJ as the Online Judge of XDU ACM/ICPC."
 
-# Optional image to display on homepage (relative to `static/img/` folder).
-image_preview = "icpc.png"
-
 # Tags: can be used for filtering projects.
 # Example: `tags = ["machine-learning", "deep-learning"]`
 tags = ["XDOJ-next"]

+ 0 - 0
static/files/citations/compressive-lbic.bib → content/publication/compressive-lbic/cite.bib


+ 0 - 0
static/img/headers/clbic-system.jpg → content/publication/compressive-lbic/featured.jpg


+ 0 - 6
content/publication/compressive-lbic.md → content/publication/compressive-lbic/index.md

@@ -45,11 +45,5 @@ math = true
 # Does the content use source code highlighting?
 highlight = true
 
-# Featured image
-# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`.
-[header]
-image = "headers/clbic-system.jpg"
-caption = "System structure of the compressive light beam induced current detection system."
-
 +++