Skip to content

alc-beijing/alc-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alc-site

The web site for host the pages of alc-beijing, normally we publish a WeChat public account article after creating a new post in this site.

preview alc-site in local

  1. Install hugo.
  2. Run git submodule init
  3. Run git submodule update
  4. Run hugo server in the root directory
  5. Access the site with "http://localhost:1313/alc-site/"

How to contribute new content to the site

  1. Clicking the fork button on the project page, then check out the alc-site from your forked repo.
  2. If you want to add a new page to the site, you can add a markdown file to content/post directory, please take the other files in that directory as an example.
  3. If you want to add an image file, you can put the file into content/images, and reference it in the markdown file.
  4. Adding the content into git and push back to your forked repo.
  5. Creating a PR to alc-site.

Contributors

contributors