From a62d1ee788f3ea7c27cb1cea9bedfd7d8d21d555 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Wed, 21 Jul 2021 05:03:47 -0500 Subject: Added README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c52b749 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Homepage +======== + +This is the source for my [personal webiste](https://www.flu0r1ne.net). It's effectively a static site. + +It's written using the `next.js` framework which a SSO rendering system built on `react` and `typescript`. `nginx` reverse proxies and caches it. `next.js` overkill for a small, static project. But, the code is lean and clean. If I want to do something fancy in the future, I have all the tools. + +I did all the theming: simple, readable, clean, and monospaced. I also wrote a trivial CMS based on markdown and JSON for metadata. + +``` +├── components REUSABLE COMPONENTS +├── pages TOP LEVEL COMPONENTS +├── plugins WEBPACK PLUGINS +├── posts CMS DIRECTORY WITH POSTS "LOGS" +├── public STATIC DATA +├── styles PRELOADED STYLE +├── templates PAGE TEMPLATES +└── utils UTILS (MOSTLY LOADING HELPERS) +``` \ No newline at end of file -- cgit v1.2.3