-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
e049e63
commit ff090c9
Showing
1 changed file
with
52 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,52 @@ | ||
--- | ||
title: Quiet before the storm | ||
date: 2024-01-22 | ||
categories: | ||
- practicalli | ||
--- | ||
|
||
**Thoughts for the week** | ||
|
||
Its not as windy as previous weeks, but there is another storm on its way. | ||
|
||
Feeling too tired for exercise over the weekend, need to pace myself at work a little better. | ||
|
||
Hopefully as the weather gets warmer or at least sunnier it will be easier to do more outside activities. | ||
|
||
|
||
<!-- more --> | ||
|
||
## Practicalli Neovim | ||
|
||
Updating the section on basic use of Neovim, especially around register usage. | ||
|
||
Registers feel more useful in Neovim as there is no kill-ring history as provided by Spacemacs. The Neovim registers provides much more opportunities to save text in different registers, although the learning curve is steeper than cycling through kill-ring history in Spacemacs. | ||
|
||
Recent commits: | ||
|
||
* basics: add register type summary | ||
* basics: add visual line and block commands | ||
* intro: add :help news to features page | ||
* basics: creating a directory with telescope or commands | ||
* intro: update conceptual REPL workflow image | ||
|
||
## Practicalli Blog | ||
|
||
Continuing to migrate the Practicalli Blog, moving from Cryogen to Material for MkDocs. | ||
|
||
Cryogen is a very good tool for generating static sites for blogs, with realitvely simple to modify templates. However, the templates are not as professional looking as those of Material with MkDocs in my humble opinion. | ||
|
||
Cryogen was not really designed for generating websites for the Practicalli books without some heavy modification. I would rather spend time creating the content than maintaining a bespoke tool. | ||
|
||
Migrating the articles to Material for MkDocs is mostly updating the header format for each article. However it also provides an opportunity to review and refine each article, improving the prose and using MkDocs features to improve the visual appeal of each post. | ||
|
||
[Practicalli Blog usng Material for MkDocs](https://practicalli-johnny.github.io/blog-material/){target=_blank .md-button} | ||
|
||
## Entertainment | ||
|
||
Started watching "See" series on Apple.tv and its reasonably enjoyable. It is a good way to switch off from work whilst I nudge some Practicalli tickets to closed state. | ||
|
||
--- | ||
Thank you. | ||
|
||
[:fontawesome-brands-github: practicalli-johnny](https://github.com/practicalli-johnny){target=_blank .md-button} |