https://github.com/asahilinux/asahilinux.github.io
AsahiLinux.org website
https://github.com/asahilinux/asahilinux.github.io
Last synced: about 1 year ago
JSON representation
AsahiLinux.org website
- Host: GitHub
- URL: https://github.com/asahilinux/asahilinux.github.io
- Owner: AsahiLinux
- License: other
- Created: 2021-01-05T16:04:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:20:38.000Z (about 1 year ago)
- Last Synced: 2025-04-01T12:05:49.483Z (about 1 year ago)
- Language: CSS
- Homepage: https://asahilinux.org
- Size: 66.2 MB
- Stars: 313
- Watchers: 33
- Forks: 51
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homepage
This is the repository for the Asahi Linux homepage.
It is based on [Hugo](https://gohugo.io) and is currently hosted on GitHub pages available at https://asahilinux.org.
## Getting Started
In order to contribute, you first need to recursively clone this repository as it contains a [submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
```bash
git clone --recursive https://github.com/AsahiLinux/AsahiLinux.github.io
```
Next, make sure you have Hugo installed. The best way to do that will depend on your platform, so check their [documentation](https://gohugo.io/getting-started/installing/).
Once everything is installed, move to the directory where this repository is cloned and run the following commands to start a development server
```bash
cd AsahiLinux.github.io
hugo server
```
You will then have a web server running at http://localhost:1313.
## Contributing
All contributors are expected to abide by our [Code of Conduct](https://asahilinux.org/code-of-conduct) and our [Copyright and Reverse Engineering Policy](https://asahilinux.org/copyright).
For more information, please see our [Contributing](https://asahilinux.org/contribute/) page.