https://github.com/carlos-reyes-123/fastcodeguru-hugo
A place to discuss software performance and quality from the perspective of computer programmers.
https://github.com/carlos-reyes-123/fastcodeguru-hugo
cpp performance profiling website
Last synced: 2 months ago
JSON representation
A place to discuss software performance and quality from the perspective of computer programmers.
- Host: GitHub
- URL: https://github.com/carlos-reyes-123/fastcodeguru-hugo
- Owner: carlos-reyes-123
- License: apache-2.0
- Created: 2025-04-27T03:54:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T18:06:00.000Z (about 1 year ago)
- Last Synced: 2026-05-01T04:37:22.133Z (2 months ago)
- Topics: cpp, performance, profiling, website
- Language: Shell
- Homepage: https://fastcode.guru/
- Size: 6.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UPDATE
This is the archived GitHub repository for the Fast Code Guru website. It no longer reflects the current state of the website.
# Fast Code Guru
A place to discuss software performance and quality from the perspective of computer programmers.
This is the source repository for the FastCode.Guru website.
# Hugo Website
This repository offers an example site for [Hugo](https://gohugo.io/) and also it provides the default content for demos hosted on the [Hugo Themes Showcase](https://themes.gohugo.io/).
# Using
1. [Install Hugo](https://gohugo.io/overview/installing/)
2. Clone this repository
```bash
git clone https://github.com/gohugoio/hugoBasicExample.git
cd hugoBasicExample
```
3. Clone the repository you want to test. If you want to test all Hugo Themes then follow the instructions provided [here](https://github.com/gohugoio/hugoThemes#installing-all-themes)
4. Run Hugo and select the theme of your choosing
```bash
hugo server -t YOURTHEME
```
5. Under `/content/` this repository contains the following:
- A section called `/post/` with sample markdown content
- A headless bundle called `homepage` that you may want to use for single page applications. You can find instructions about headless bundles over [here](https://gohugo.io/content-management/page-bundles/#headless-bundle)
- An `about.md` that is intended to provide the `/about/` page for a theme demo
6. If you intend to build a theme that does not fit in the content structure provided in this repository, then you are still more than welcome to submit it for review at the [Hugo Themes](https://github.com/gohugoio/hugoThemes/issues) repository