Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzt48/nzt48.github.io
https://github.com/nzt48/nzt48.github.io
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nzt48/nzt48.github.io
- Owner: NZT48
- Created: 2017-02-16T13:33:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T13:42:37.000Z (over 1 year ago)
- Last Synced: 2023-10-25T17:36:34.885Z (over 1 year ago)
- Language: HTML
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Website and Blog
Welcome to my website and blog hosted as a GitHub page. This site is generated using [Zola](https://www.getzola.org/), a fast and flexible static site generator written in Rust. The design and layout are built upon the [Hermit Zola theme](https://github.com/VersBinarii/hermit_zola).
## Quick Links
- [Website and Blog](https://nzt48.github.io/)
- [GitHub Repository](https://github.com/NZT48/nzt48.github.io)## Getting Started
To view this website, simply visit the [website link](https://nzt48.github.io/). If you're interested in contributing, here's how you can set up the project locally:
1. Clone the repository:
```bash
git clone https://github.com/NZT48/nzt48.github.io
```
2. Install Zola if you haven't already.
3. Navigate to the project folder:
```bash
cd nzt48.github.io
```
4. Run the development server:
```bash
zola serve
```
This will start a local development server, and you can access the site.## License
This project is licensed under the MIT License.