https://github.com/macula-projects/macula-website
Macula Official Website
https://github.com/macula-projects/macula-website
Last synced: 5 months ago
JSON representation
Macula Official Website
- Host: GitHub
- URL: https://github.com/macula-projects/macula-website
- Owner: macula-projects
- License: apache-2.0
- Created: 2023-05-10T06:57:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-11T03:03:46.000Z (7 months ago)
- Last Synced: 2025-11-11T05:22:40.182Z (7 months ago)
- Language: HTML
- Size: 40.8 MB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Macula 官方文档
基于[Hugo](https://gohugo.io)和[Docsy](https://docsy.dev)的Macula官方文档
## 安装Hugo
请[参考官网](https://gohugo.io/installation/)
## 运行
```bash
git clone --depth 1 https://github.com/macula-projects/macula-website.git
## If you want to do SCSS edits and want to publish these, you need to install `PostCSS`
npm install
## Running the website locally
hugo server
```