8d736cc355
Git config check
...
Sorting out all the deets from moving to a new repo
2023-11-11 20:38:27 -06:00
are0h
abdf55ff1f
Theme color tweak
...
Just a quick update to the main frame twig template file to change the
site theme color
2023-11-11 20:35:31 -06:00
are0h
d31b3e64a5
Updated Theme Engine, config files; added assets
...
Fixed some minor issues with the theme engine, updated config files to
use newly added open source assets.
2023-04-25 18:56:20 -07:00
are0h
a70bb7b2b0
Theme folder clean up
...
Cleaned up the themes folder since it did not need the additional folder
depth to manage bundled scripts anymore. Updated the theme engine
accordingly.
2023-04-06 20:07:02 -07:00
are0h
0799250b8e
Removed NPM from build process
...
The base theme needs to be vanilla so it's easy to get going, so npm
dependecies have been removed so the base script is pure JS.
Also created an example config that will tell the system what theme it
should be rendering for development.
Updated the composer script to start a local php server for development.
2023-04-06 15:57:19 -07:00
are0h
98ccdb978c
updated composer dependecies
2023-01-19 00:10:34 +00:00
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
b5877e2385
Updating files and added php formatting
...
First commit to the new repo so I'm doing a bit of housecleaning, which
is cleaning up some old files, adding some changes that had been made
elsewhere and adding a php format config file to normalize formatting
across multiple projects.
2022-10-21 13:35:12 -07:00
are0h
a66377e597
updated template to handle file, style fixes
2022-03-20 14:58:27 -07:00
are0h
fd4ff2ea52
respeced class imports to follow psr-4 standard
2022-03-18 14:04:48 -07:00
Are0h
79fbc2437f
re-organized test data, added basic slider for media
2022-03-17 17:28:08 -07:00
Are0h
5026fc168e
added dynamicRender flag to config for templates
2022-02-05 23:50:48 +00:00
Are0h
5dbaebcdf6
updated templates for dynamic rendering, update readme
2022-02-05 23:42:16 +00:00
Are0h
dbe74e13ca
removed hardcoded theme paths in templates
2022-02-05 23:27:02 +00:00
Are0h
f58c099721
updated dev server script to get current theme from package json
2022-01-31 15:57:19 -08:00
Are0h
659ec64fdc
ignore all other themes except default
2022-01-31 15:42:26 -08: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
ad763bf95f
removed hard coded theme paths
2021-06-03 13:08:01 -07:00
Are0h
ca843773cd
fixed meta image in header
2021-04-27 02:15:40 +00:00
Are0h
30a09a9865
changed script extension
2021-04-27 02:07:53 +00:00
Are0h
43d0694e70
changed js file extensions
2021-04-27 01:34:29 +00:00
Are0h
dc8f485c45
updated page with meta data i forgot. oops
2021-04-26 12:58:40 -07:00
Are0h
1c9f434eb2
tweaks so the templates match changes made for rendering
2021-04-22 16:03:48 -07:00
Are0h
6e5ea1fc9f
matched template pathing to fipamo structure
2021-04-21 18:48:53 -07:00
Are0h
d92d888fca
converted page template to twig, plugged nav, streamlined render class
2021-04-21 13:42:23 -07:00
Are0h
30c0ff72cf
converted tag template to twig
2021-04-21 12:47:15 -07:00
Are0h
acf2f6e86c
cleaned up fake data file, convereted index template to twig
2021-04-20 23:14:49 -07: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
498b52c64d
cleaned up stray file, git ignore edit for nova config
2020-09-11 13:21:31 -07:00
Are0h
2acaaaacbc
style tweaks for code and code blocks
2020-09-05 10:23:15 -07:00
Are0h
762fcbfbad
responsive tweaks for tag and archive page templates
2020-09-03 12:28:34 -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
e24e7c9c2b
cleaned up responsive for default themes, adjusted colors for light theme
2020-08-04 14:27:53 -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
ea2667a22f
added tags template, fixed recent posts empty bug, style tweaks
2020-06-22 17:24:44 -07:00
Are0h
db617cd967
added archive data to config json, added archive page, further refined page styles
2020-06-22 15:01:21 -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
5f55e76525
added caffiene free parallax effect
2020-05-07 20:00:29 -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
Are0h
0cf83844fa
one more edit test
2020-05-06 21:40:32 -07:00