update code refac & config.yml
2 files changed
tree: b1377a6dec88b8bdb80ffa2c097d8ad5107d68db
  1. .dependabot/
  2. .github/
  3. .vscode/
  4. docs/
  5. netlify/
  6. src/
  7. static/
  8. .gitignore
  9. .prettierrc
  10. _headers
  11. CODE_OF_CONDUCT.md
  12. CONTRIBUTING.md
  13. gatsby-browser.js
  14. gatsby-config.js
  15. gatsby-node.js
  16. netlify.toml
  17. package-lock.json
  18. package.json
  19. PULL_REQUEST_TEMPLATE.md
  20. README.md
  21. renovate.json
  22. requirements.txt
  23. yarn.lock
README.md

This is Apach web site ver 2.0

how to start

1. build documentation

Environment Setting

virtualenv -p python3 venv

Activate the virtual environment

source venv/bin/activate

Install the python requirements

pip install -r requirements.txt

build

sphinx-multiversion docs static/age-manual/

2. gatsby website develop mode

require node v16.16.0

yarn install or npm install
yarn run start or npm run start

or 

yarn run serve or npm run serve

web site : visit please http://localhost:8000/

admin(Content Management System) : http://localhost:8000/admin

3. build & deploy

yarn run deploy or npm run deploy