Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psibr/psibr-net
卩丂丨乃尺 website at psibr.net
https://github.com/psibr/psibr-net
Last synced: 12 days ago
JSON representation
卩丂丨乃尺 website at psibr.net
- Host: GitHub
- URL: https://github.com/psibr/psibr-net
- Owner: psibr
- Created: 2020-03-19T03:50:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T01:37:38.000Z (over 1 year ago)
- Last Synced: 2023-12-11T11:33:05.297Z (about 1 year ago)
- Language: HTML
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 卩丂丨乃尺 .NET website & docs
[卩丂丨乃尺](https://github.com/psibr) is a .NET OSS organization.
This is the website hosted at [psibr.net](https://www.psibr.net)
## Cloning the website and docs
The following will give you a project that is set up and ready to use (don't forget to use `--recurse-submodules` or you won't pull down some of the code you need to generate a working site). The `hugo server` command builds and serves the site. If you just want to build the site, run `hugo` instead.
```bash
git clone --recurse-submodules --depth 1 https://github.com/psibr/psibr-net.git
cd psibr-net
hugo server
```The [theme](https://github.com/psibr/docsy-example) is included as a Git submodule:
```bash
▶ git submodule
a053131a4ebf6a59e4e8834a42368e248d98c01d themes/docsy (heads/master)
```If you want to do SCSS edits and want to publish these, you need to install `PostCSS` (not needed for `hugo server`):
```bash
npm install
```## Running the website locally
Once you've cloned the site repo, from the repo root folder, run:
```
hugo server
```