Commit graph

18 commits

Author SHA1 Message Date
are0h
5b3844b196 CSS Overhaul
Styling was a bit stale, so I ovehauled them to use native CSS,
eliminating the need for pre-processors.

The overall framework was old and convoluted so that needed to be
updated to streamline how styles are being applied.

There's still some work to do but the base is so much cleaner now.
2022-10-31 16:07:19 -07:00
are0h
9708968f35 Added stylelint for pure css
Starting the process of moving away from using pre-processors, so I
added some stylelinting that will keep my pure css tight while still
using prettier for formatting.
2022-10-21 16:08:39 -07:00
Are0h
dbe74e13ca removed hardcoded theme paths in templates 2022-02-05 23:27:02 +00:00
Are0h
327abc996c updated build scripts, WIP warning in README 2022-01-31 15:35:54 -08:00
Are0h
f944e3ed69 back to parceljs for compiling, updated package.json scripts 2022-01-31 15:30:39 -08:00
Are0h
8e5eaf4e34 flipped kit to php, built class for basic routing, updated archive template to twig 2021-04-20 19:20:42 -07:00
Are0h
006dcf8be3 cleaned up base theme structure, color tweaks 2020-09-02 22:49:59 -07:00
Are0h
2a821a9294 consolidated default themes into one, updated dev script 2020-09-02 12:55:57 -07:00
Are0h
0ea0efcb09 updated package json, added them instructions to readme 2020-07-23 15:04:39 -07:00
Are0h
efe25f5865 created themes directory so multiple themes can be editied with their own seperate assets 2020-07-13 13:12:07 -07:00
Are0h
f7c4311500 fixed recent posts links, added dummy data for featured posts 2020-07-06 16:13:49 -07:00
Are0h
dbc5d22a9c added meta data to page template 2020-06-25 20:48:18 -07:00
Are0h
f177fe1718 finazling overall index design, added pug assets folder to ignore, added menu and recent post array to local variables for testing and set up 2020-05-13 12:35:14 -07:00
Are0h
da63aed9e2 consolidated theme files to make moving to Fipamo actual easier 2020-05-12 13:44:44 -07:00
Are0h
63e22758db layout tweaks, added more default assets, changed es6 file extensions 2020-05-09 16:30:43 -07:00
Are0h
2b963e69ee tweaking css for new layout 2020-05-07 14:40:36 -07:00
Are0h
f17bf28d71 defined default assets and pages 2020-05-07 12:15:11 -07:00
Are0h
45626c8847 getting the initial stuff in there until I sort out the defaults 2020-05-06 21:47:16 -07:00