dongqianzheng / athena-proxy.github.io

https://athena-proxy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

athena-proxy

how to write docs

under dir: ./_docs use markdown you can mdkir or write docs under the path: _docs/ directly

how to write blog

under dir: ./_posts
at the top of every blog,we should add the code like:

---
  layout: post
  title:  "Remote Working Protocol for the Athena Project"
  date:   2020-01-07 16:00:00
  author: dongyan.xu
---

how to publish your modification

cd athena.github.io
git config user.email <your email in github>
git config user.name <your name in github>
git add .
git commit -m "your modification"
git push

wait for a minute.
Jekyll will build it.
interview http://athena-proxy.io

About

https://athena-proxy.io

License:MIT License


Languages

Language:SCSS 96.9%Language:HTML 1.8%Language:Ruby 1.1%Language:JavaScript 0.1%Language:Dockerfile 0.1%