GitXplorerGitXplorer
p

Website

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
8296b54633dbad3e995509721e36d388db15dee6

Delete .DS_Store

pptcrash committed 4 years ago
Verified
0752abe01955b7d597a6c807c7e04050d1713490

Create security.txt

pptcrash committed 4 years ago
Verified
de7d44ad916a24da1d399f1a69fceea37ac5ee3f

Delete security.txt

pptcrash committed 4 years ago
Verified
f3da6f2c3039377b124b0c9b0ef7ccaecdb76ca0

Rename pgp-key.txt to content/pgp-key.txt

pptcrash committed 4 years ago
Verified
8c848df4ca48cb076813ce144b74af8f6e0674c9

Create pgp-key.txt

pptcrash committed 4 years ago
Verified
057446e1a1b50b6580f6253162c32a02cf9110e5

Create security.txt

pptcrash committed 4 years ago

README

The README file for this repository.

Website

This is the source for my personal website and blog at https://ptcrash.dev. It is generated with Hugo, with the Engimo theme by achary, which in term is a fork of Minimo by MunifTanjim.

Usage

Prerequisite: you must first install Hugo, a static site generator before you can use this site locally.

This site is hosted on GitHub Pages at https://ptcrash.dev/. You can run it locally (IDK why you'd do that but aight) by cloning the repo and running the following commands:

$ hugo serve # To run a local webserver on port 1313
# Or
$ hugo -d docs # To render the HTML into the docs/ directory

Draft Pages

To render draft pages, add the -D flag to either the hugo server to run the temp server and hugo -d docs to render to the docs/ directory.

Contributing

PRs to correct spelling and grammar mistake are welcome. Please don't submit general changes; This is my own personal project, not a watering hole. Discourse is encouraged via the comment section on each post.

License

This blog is licensed under Apache 2.0. All of my writing is licensed under the Creative Commons Attribution 4.0 International License.