https://github.com/fabulous-dev/fabulous.dev
Source code for https://fabulous.dev
https://github.com/fabulous-dev/fabulous.dev
Last synced: 5 months ago
JSON representation
Source code for https://fabulous.dev
- Host: GitHub
- URL: https://github.com/fabulous-dev/fabulous.dev
- Owner: fabulous-dev
- Created: 2020-05-05T08:49:54.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T14:34:45.000Z (over 1 year ago)
- Last Synced: 2025-11-18T21:05:37.434Z (8 months ago)
- Language: SCSS
- Homepage: https://fabulous.dev
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fabulous.dev
## How to build locally on macOS
- Install Hugo via command line: `brew install hugo`
- At the root of the repository, run `hugo server`
- Open a browser at `http://localhost:1313`
For more information: https://gohugo.io/installation/
## Basic ideas for this repository
- This repository will be the home of https://fabulous.dev
- It will be compiled as a static website from this Hugo template and published on GitHub Pages
- docs.fabulous.dev and api.fabulous.dev will have their own repositories, with their own GitHub Pages
- A Hugo theme `Fabulous` is available in the `themes` folder, ideally it should be generic enough to be reused on the docs and api websites directly. Everything related to fabulous.dev itself should be in the folders at the root of this repo.
- Most configurations (like the page title, icon, description, etc) are set in the `config.toml` file