Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csegarragonz/csg-web
Personal website
https://github.com/csegarragonz/csg-web
Last synced: about 2 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/csegarragonz/csg-web
- Owner: csegarragonz
- License: gpl-3.0
- Created: 2020-03-15T20:53:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T12:16:47.000Z (about 2 months ago)
- Last Synced: 2024-11-08T12:35:47.492Z (about 2 months ago)
- Language: HTML
- Homepage: https://carlossegarra.com
- Size: 20.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSG Website [![Build and Deploy](https://github.com/csegarragonz/csg-web/actions/workflows/deploy.yml/badge.svg)](https://github.com/csegarragonz/csg-web/actions/workflows/deploy.yml)
This repository holds the source code for my [personal website](
https://carlossegarra.com). The template is inspired from the [researcher](
http://ankitsultana.com/researcher) with some tweaks.To do any changes, activate the virtual environment:
```bash
source ./bin/workon.shinv -l
```then you may update any files locally, and push to GitHub. A GitHub action
should take care of propagating the updates to the live website.## Updating Content
The main page content lives in `./index.md`. Any other page lives in the
`./pages` directory.