此儲存庫已於 2023-01-31 封存。您可以查看檔案並進行 Clone,但無法推送或開啟問題或合併請求。
移至檔案
EJ Mitchell e819390f20 Adding book picture, update theme
Added new book picture to the /Writing section. Also did some tweaks to
the themes so we can fine-tune some parts of the book list.
2022-03-23 14:55:00 -04:00
2021-08-22 04:59:59 +01:00
2022-03-23 14:55:00 -04:00
2021-10-03 21:41:33 +02:00
2021-08-22 04:59:59 +01:00
2021-10-01 22:48:02 +05:00
2021-11-17 13:09:41 +00:00
2022-03-23 09:32:29 -04:00

Setup

This project uses hugo and git submodules. Below is how to set up Hugo on a Linux machine.

  1. Download hugo - you will need the extended version of Hugo. As of this writing there does not seem to be an extended version available via apt. However, you can use snap to get this version:

snap install hugo --channel=extended

  1. Run the following to make sure the git submodules are installed:
git submodule init
git submodule update
  1. Now you should be able to build the project. Run hugo server and go to the localhost address printed in your terminal. 🐙

How to change about me headshot

Add the headshot image you want to use to the static/img directory. Then uncomment the headshot= option under [param.about]. Set this option to the filename and only the filename.

描述
未提供描述
Readme 8.1 MiB
儲存庫語言
HTML 75.2%
SCSS 24.8%