mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-08-10 12:24:39 -05:00
feat: so very close
This commit is contained in:
parent
f9b8f59df9
commit
c63ab0bfe7
11 changed files with 89 additions and 73 deletions
|
@ -147,7 +147,7 @@ elmBuilds =
|
|||
, articlePublished = ""
|
||||
, articleBody = """
|
||||
The site that you're currently viewing this on was written by me in the Elm programming language. In the process of programming this website, I realized that I could create reasonably high quality work with Elm, so I'm offering it as a service at a fee that reflects my skill level.
|
||||
If you're in the market for a new frontend for your website, please inquire at nick@upRootNutrition.com.
|
||||
If you're in the market for a new frontend for your website, please inquire at [nick@upRootNutrition.com](mailto:).
|
||||
|
||||
Below is an example of a helper function that I wrote for this site. This particular function extracts the first 80 words from all of my articles' markdown strings, and displays them as blurbs, followed by an ellipsis, in my article cards using my markdown parser.
|
||||
|
||||
|
|
|
@ -148,7 +148,7 @@ nixBuilds =
|
|||
, articlePublished = ""
|
||||
, articleBody = """
|
||||
NixOS has become popular in my community, with many people choosing to explore it over Windows, MacOS, and other Linux distributions. Naturally, as a consequence of this, I receive numerous requests for help regarding the Nix programming language and NixOS system configuration. So, to fast-track newcomers and to make my life a little bit easier for both of us, I'm offering to build custom NixOS configurations for interested clients.
|
||||
If you're interested in having a custom Nix configuration, or having a pre-existing configuration refactored, please inquire at nick@upRootNutrition.com.
|
||||
If you're interested in having a custom Nix configuration, or having a pre-existing configuration refactored, please inquire at [nick@upRootNutrition.com](mailto:).
|
||||
|
||||
Below is an example of a nix flake that I wrote for the devshell that I used to manage and isolate the development environment for this site. All of the packages, pre-defined settings, and tooling used for this site are managed through this flake.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue