lint readme, add open source section
All checks were successful
Minify HTML and CSS / minify (push) Successful in 8s
All checks were successful
Minify HTML and CSS / minify (push) Successful in 8s
This commit is contained in:
parent
3a93b7c3fa
commit
56186f2f49
16
README.md
16
README.md
@ -1,15 +1,18 @@
|
||||
# pontus
|
||||
[](#)
|
||||
|
||||
[](https://git.pontusmail.org/aidan/pontus)
|
||||
[](http://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
||||
<a href="https://512kb.club"><img src="https://512kb.club/assets/images/orange-team.svg" alt="a proud member of the orange team of 512KB club" /></a>
|
||||
[](https://512kb.club)
|
||||
|
||||
A website for my online self
|
||||
|
||||
# How to self-host
|
||||
## How to self-host
|
||||
|
||||
There are two self-hosted options, depending on your situation. For my purposes, I opt to use the script, so I can keep code up-to-date with my repo. However, you may prefer to host the static code, and not use the script.
|
||||
|
||||
1. **Use self script**
|
||||
|
||||
The `self` script can help you establish a public/ folder, where code can be served to. At this time, it doesn't do anything but move the files over as of now. This script is only supported on Linux hosts.
|
||||
|
||||
To use the self script, you must do the following:
|
||||
@ -32,9 +35,10 @@ The `self` script can help you establish a public/ folder, where code can be ser
|
||||
|
||||
You may also opt to copy the src/ folder to another location, such as /var/www/html, so it can be served static with a web server such as Apache2 or NGINX.
|
||||
|
||||
# Serve custom files
|
||||
## Serve custom files
|
||||
|
||||
If you would like to host your own files, simply place them in `./src/archives`, and they will be served at the same location mine are. Keep in mind, you may not use the same directory structure, and will have to update the menu links.
|
||||
|
||||
# To-Do
|
||||
- [ ] Implement minification
|
||||
## To-Do
|
||||
|
||||
- [X] Implement minification
|
||||
|
@ -7,7 +7,6 @@
|
||||
<link rel="stylesheet" href="css/main.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<!-- YOU CARE ABOUT MY CODE?! -->
|
||||
<div class="container">
|
||||
<div class="sidebar">
|
||||
<div class="sb-itm">
|
||||
@ -72,7 +71,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div id="why-section">
|
||||
<!-- the real question is why this vs code theme makes it so hard to read text -->
|
||||
<h2>why</h2>
|
||||
<p>i archive and store as much data as i possibly can, and make as much use of that space as possible. but why?</p>
|
||||
<p>while many people will scroll through apps such as tiktok, and laugh at passing trends which fade into obscurity, i save each one which i believe may have cultrual significance.</p>
|
||||
@ -96,6 +94,11 @@
|
||||
<p>this website is part of <a href="https://512kb.club/">512kb.club</a>, a collection of websites that are under 512 kilobytes in size.</p>
|
||||
<p>for you, this means the pages you access will load fast and not consume as much energy to be served to you!</p>
|
||||
</div>
|
||||
<div id="oss-section">
|
||||
<h2>open source</h2>
|
||||
<p>did you know the code of this website is 100% open source? it's hosted on <a href="https://git.pontusmail.org">librecloud git</a> over <a href="https://git.pontusmail.org/aidan/pontus">here</a></p>
|
||||
<p>i hope you consider making contributions to my website!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user