|
You are here |
paul.totterman.name | ||
| | | | |
blog.nuculabs.dev
|
|
| | | | | Hello, In this post I'm going to show you how quickly you can add a dark theme switch to your Vue.JS application. We're going to start with a blank application. And then we're going to create a dark-theme CSS file which we're going to save in public/css/darktheme.css. This is how the application looks without any CSS. Now, we're going to put the following code in darktheme.css: 1 2 3 4 5 6 7 body { background-color: #2c3e50; } h1,h2,h3,h4,h5,h6,p { color: #42b983; } We can test our theme by appending the following line in the of public/index.html | |
| | | | |
8yd.no
|
|
| | | | | I'm fairly new to Hugo, but I've worked with my fair share of template languages to feel reasonably at home. Enough to both see familiar patterns, but also wonder "why have they done it like that?" A... | |
| | | | |
yasha.solutions
|
|
| | | | | So, i had this planned for a while to add some more math content to this blog. Mostly for the content I do in french, where I do a lot of school related content for the kids but also for here, in english, where I will likely need it later when adding content about recommender system and other ML topics. Anyway, figured out that Latex is the way to go usually when you want to do some maths in a paper, and well, turns out there is a library for this name Katex and it's super simple to integrate in Hugo. | |
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS. | ||