-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Bilge 3.1 Release Notes | ||
|
||
Howdy Writeas/WriteFreely people! | ||
|
||
In this release, I hope I have finally delivered a fairly-polished, relatively thoroughly-tested, and _even somewhat intuitively personalizable_ style configuration for you! | ||
|
||
I'm going to (at least this once) be excruciatingly thorough in my presentation of what changes I've decided worth this release, why I set about modifying them, and precisely how they were implemented. | ||
|
||
Largely to demonstrate in-depth CSS configuration within our particular/somewhat niche CMS environment in a visual/semi-chronological medium. | ||
|
||
## Changes | ||
* #49 - Added a super-cropped, sortolf web-optimized capture of @taroyabuki's [single-page Unicode project](https://github.com/taroyabuki/onepage-unicode-chars). | ||
* #61 - With Write.as's addition of [Rich Media Embed support](https://discuss.write.as/t/rich-media-embeds/2425) via Embedly, I originally started this Issue with the intention of going back through *the entire* *Psalms* archive and converting every supported HTML embed into the raw URL of the targets. I made some significant progress, but ultimately decided to use my time doing something else and wait to apply this treatment to older posts until/unless I have another reason to edit a given post in the future. To track the state of embeds on Writeas, going forward, see: [the embedas repo](https://github.com/embedas/go-embed), [the Gist I created](https://gist.github.com/extratone/750847103dd5cd9da52fbd51b1c2e378) (and will do my best to keep regularly updated) and *The Psalms*' updated [public test page](https://bilgel.world/test). | ||
* #24 - The Hypothes.is sidebar was being a pain in the ass because I accidentally configured it to expand immediately upon anyone landing on the page... That's been resolved. | ||
* #54 - Added CSS for code blocks including syntax highlighting. Here's how it should look: | ||
|
||
![3.1 Code Block](https://user-images.githubusercontent.com/43663476/116017125-58831e00-a604-11eb-94b2-c7778c0aab1a.png) | ||
|
||
* #39 - Added CSS for Tables as well. (Not quite satisfied with the look but it's certainly better than it was.) | ||
|
||
![3.1 Tables](https://user-images.githubusercontent.com/43663476/116124603-1dc3c900-a68a-11eb-8248-1f21647a8a66.png) | ||
|
||
* #125 - Added CSS for GitHub Gists since they are explicitly supported by the new media embed integration. *Definitely* have more to do, but the result should suffice for a while. | ||
|
||
![3.1 Gists](https://user-images.githubusercontent.com/43663476/117018118-d5c02a00-acb9-11eb-87b4-177fda02e738.png) | ||
|
||
*** | ||
|
||
**For the next release**, I *really will* take care of #52 Footnotes... But it's going to be a hot minute. | ||
|
||
![Screenshot_2021-05-01 Colophon](https://user-images.githubusercontent.com/43663476/116802031-2591cc00-aad5-11eb-9b35-bdd82ebfea6e.png) |