Skip to content

enterprising/athena-proxy.github.io

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SCSS 96.9%
  • HTML 1.8%
  • Ruby 1.1%
  • Other 0.2%