This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Tyler Perkins 8f3b39aaa9
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Add back posts' (#15) from Add-back-posts into master
Reviewed-on: #15
2022-12-23 23:25:06 +00:00
sql Add article DAO 2022-12-23 15:58:54 -05:00
src Add back posts 2022-12-23 18:23:33 -05:00
.drone.yml give failure notif different name 2022-12-17 20:54:57 -05:00
.gitignore Remove vim swp file 2022-12-17 20:34:48 -05:00
.gitmodules Add back posts 2022-12-23 18:23:33 -05:00
Makefile Add makefile 2022-11-25 22:44:41 -05:00
README.md Update README 2022-12-02 14:32:36 -05:00

New site

A rewrite of my site.

This site is written in php again, this is because

  1. The ability to run as a tor site is very important
  2. No need for javascript

However this site will use some javascript for fun stuff, but nothing required. This site will also use custom made css that looks much much better

This site will also use a database to pull out the articles, however they will be much better this time around

Features

  • Basic home/about me page
  • Contact info
  • Links to projects
  • Posts w/ a tagging system
  • Some javascript utilities

Environment Variables

NAME Notes
GITEA_TOKEN API Token to access Gitea