
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
A jekyll portfolio generator (that looks awesome). Louie is free, lightweight, and customizable as a blog, archive, or portfolio.
Add this line to your Jekyll site's Gemfile:
gem "louie"
And add this line to your Jekyll site's _config.yml
:
theme: louie
And then execute:
$ bundle
Or install it yourself as:
$ gem install louie
Here are a few general info fields to populate your new site right away.
title: HTML <title>, which is overridden by post/page title if exists
baseurl: ""
favicon: "/path/to"
g_analytics: UA-12345678-1
header: name of your site here
desc: >
description of your site, can be a quick bio if it's a portfolio. It supports HTML so add your links, imgs, whatever!
To add links to your social sites (linkedin, twitter, etc) below the bio, create a file named social.yml
in your _data
folder (which you may not have created yet). Inside it, follow the following format:
- title: Twitter
url: http://twitter.com/lllychen
- title: Github
url: http://github.com/lllychen/lou
# and so on...
The names for each column is defaulted to Title
, Date
, and Category
, respectively. However, this can be changed according to use cases. For instance, an archive of classic literature may need to adjust accordingly:
post_title: Story
post_date: Year
post_cat: Genre
The default format for dates is %b %-d, %Y
, which outputs Jan 1, 2017
. However, you can customize it according to this in _config.yml
such as follows:
date_format: "%m/%d/%Y"
You can include the following variables in the front matter for posts:
title: Berry Perfume
category: Narrative
img: [ OPTIONAL: url or path in directory ]
The img
variable is used to produce a randomly placed image associated with this post when you hover over it. If you omit it, there simply won't be a picture and all is still well.
If you prefer not to have the category in your post permalink, follow the guidelines here to remove it among other configurations.
To include previous and next links at the bottom of a post page, leave the following setting to true
. Otherwise, change to false
.
prev-next: true
The theme is available as open source under the terms of the MIT License.
Stories created and collected by Story Bytes.
Images collected by Unsplash
FAQs
Unknown package
We found that louie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.