Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Thank you for choosing Typographical as your Jekyll theme! Typographical is a minimalist Jekyll theme focused on typography. This theme is for you if you are a writer or a storyteller.
This theme is based on the Tale theme by Chester How.
Refer to the project Wiki for more information and instructions.
Installation is straightforward. There are three modes in which you can use the theme.
Very simple, very straightforward. Also, this will ensure updates to your site design as and when they are released.
Gemfile
:gem "typographical"
$ bundle
_config.yml
:theme: typographical
permalink: /:year-:month-:day/:title
paginate: 5
Remove any other theme:
lines in your _config.yml
about.md
and archive.html
under _pages
. Copy the code from this repository. Not doing this will result in broken links in the navigation.Use this method if you are using GitHub Pages to host your site.
Gemfile
:gem "jekyll-remote-theme"
gem "jekyll-paginate"
$ bundle
_config.yml
, add the following:remote_theme: theramiyer/typographical
permalink: /:year-:month-:day/:title
paginate: 5
plugins:
- jekyll-paginate
- jekyll-remote-theme
theme:
or remote_theme:
lines.about.md
and archive.html
under _pages
. Copy the code from this repository. Not doing this will result in broken links in the navigation.typographical.gemspec
file.gemspec
file, in the right format.)Bug reports and pull requests are welcome on GitHub at https://github.com/theramiyer/typographical. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
To set up your environment to develop this theme, run bundle install
.
Your theme is setup just like a normal Jekyll site! To test your theme, run bundle exec jekyll serve
and open your browser at http://localhost:4000
. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
When your theme is released, only the files in _layouts
, _includes
, _sass
and assets
tracked with Git will be bundled.
To add a custom directory to your theme-gem, please edit the regexp in typographical.gemspec
accordingly.
The theme is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that typographical 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.