Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/LuisGC/blog
11 June 2025, 19:39:25 UTC
  • Code
  • Branches (5)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/circleci-migration
    • refs/heads/hugo
    • refs/heads/japon-2023
    • refs/heads/jbake
    • refs/heads/master
    No releases to show
  • 58a05e2
  • /
  • config.toml
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge Iframe embedding
swh:1:cnt:d4813b7b3879d9367a9359f4d0883cd4abd075b4
origin badgedirectory badge Iframe embedding
swh:1:dir:58a05e24e884f50652a6de52ab984bfd3e49a65d
origin badgerevision badge
swh:1:rev:14abd9a82ce6acd23abbec7d95f0f0334a07ac1c
origin badgesnapshot badge
swh:1:snp:71970bd3037a564adccc6c015652bf97467d2f15
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 14abd9a82ce6acd23abbec7d95f0f0334a07ac1c authored by Luis GC on 26 May 2025, 16:02:28 UTC
ZL and Current 2025 added
Tip revision: 14abd9a
config.toml
# For a description of these parameters, please visit the theme wiki.
# https://github.com/pacollins/hugo-future-imperfect-slim/wiki/config.toml
baseurl                 = "https://luiyo.net"
DefaultContentLanguage  = "en"
title                   = "Luiyología"
theme                   = "hugo-future-imperfect-slim"
paginate                = 10
disqusShortname         = "luiyologia"
googleAnalytics         = "UA-555064-1"
pluralizeListTitles     = false
disableLanguages        = [""]
ignoreErrors = ["error-remote-getjson"]

[markup.goldmark.renderer]
  unsafe                = true

[outputs]
  home                  = ["html", "json", "rss"]

[params]
  mainSections          = ["blog", "post"]
  # Loads CSS and JavaScript files. The variable is an array so that you can load
  # multiple/additional files if necessary. The standard theme files can be loaded
  # by adding the value, "default". Default includes the add-on.css and and-on.js.
  # Example: ["default", "/path/to/file"]
  cssFiles              = ["default", "/css/luiyologia.css"]
  enableCDN             = false
  jsFiles               = ["default"]
  # Sets options for highlight.js
  highlightjs           = true
  highlightjsTheme      = "github"
  highlightjsLang       = ["html", "css", "js", "toml"]
  # Sets where "View More Posts" links to
  viewMorePostsLink     = "/blog/"
  # Activate Estimated Reading Times, which appear in the post headers
  readingTime           = true
  imageStretch          = ""
  removeBlur            = true
  # Sets which Social Share links appear in posts.
  # Options are twitter, facebook, reddit, linkedin, pinterest, email
  socialShare           = ["twitter", "facebook", "reddit", "linkedin", "email"]
  hideEmptyStats        = false

  [params.meta]
    # Sets the meta tag description
    description         = "The Science that studies my interests and concerns"
    # Sets the meta tag author
    author              = "Luis García Castro"
    # If you would like to add more comprehensive favicon support passed root
    # directory favicon.ico, utlize this funtion. It is recommened to use
    # https://realfavicongenerator.net to generate your icons as that is the basis
    # for the theme's naming.
    favicon             = false
    svg                 = true
    faviconVersion      = "1"
    msColor             = "#ffffff"
    iOSColor            = "#ffffff"

  [params.header]
    # Sets the navbarTitle that appears in the top left of the navigation bar
    navbarTitle         = "Luiyología"
    # Sets navbarTitle to match the section of the website
    dynamicTitles       = true
    searchMenu          = true
    shareMenu           = true
    languageMenu        = false

  # These are optional params related to the sidebar. They are recommended, but not
  # required for proper functionality. HTML is supported within the params.
  [params.intro]
    header                = ""
    paragraph             = "The Science that studies my interests and concerns"
    rssIntro              = true
    socialIntro           = true
    hideWhenSingleColumn  = false
    alwaysOnHomepage      = false

    # This appears at the top of the sidebar above params.intro.header.
    # A width of less than 100px is recommended from a design perspective.
    [params.intro.pic]
      # Masks image in a certain shape. Supported are circle, triangle, diamond, and hexagon.
      shape               = ""
      width               = "300"
      alt                 = "Luiyología"
      src                 = "/img/main/Luiyologia-twitterlogo.png"

  [params.sidebar]
    about               = "Ludopath, technopath, cinephile, skeptic and, by every definition, early adopter"
    # Sets the number of recent posts to show in the sidebar. The default value is 5.
    postAmount          = 5
    # set to show or to hide categories in the sidebar
    categories          = false
    # Sets Categories to sort by number of posts instead of alphabetical
    categoriesByCount   = true

  [params.footer]
    # Sets RSS icons to appear on the sidebar with the social media buttons
    rssFooter           = false
    # Sets Social Media icons to appear on the sidebar
    socialFooter        = false

  [params.staticman]
    enabled             = true
    api                 = ""  # No Trailing Slash
    gitProvider         = ""
    username            = ""
    repo                = ""
    branch              = ""

    [params.staticman.recaptcha]
      siteKey           = ""
      encryptedKey      = ""

[menu]
  # Sets the menu items in the navigation bar
  # Identifier prepends a Font Awesome icon to the menu item

  [[menu.main]]
    name              = "Home"
    identifier        = "home"
    url               = "https://luiyo.net/"
    pre               = "<i class='fa fa-home'></i>"
    weight            = 1

  [[menu.main]]
    name              = "About"
    identifier        = "about"
    url               = "/about/"
    pre               = "<i class='far fa-id-card'></i>"
    weight            = 2

  [[menu.main]]
    name              = "Blog"
    identifier        = "blog"
    url               = "/blog/"
    pre               = "<i class='far fa-newspaper'></i>"
    weight            = 3

  [[menu.main]]
    name              = "Tags"
    identifier        = "tags"
    url               = "/tags/"
    pre               = "<i class='fas fa-tags'></i>"
    weight            = 4

  [[menu.main]]
    name              = "Travel CV"
    identifier        = "travelCV"
    url               = "/travel-cv/"
    pre               = "<i class='fas fa-globe-europe'></i>"
    weight            = 5

  [[menu.main]]
    name              = "Talks"
    identifier        = "talks"
    url               = "/talks/"
    pre               = "<i class='fas fa-microphone'></i>"
    weight            = 6

  [[menu.main]]
    name              = "RSS"
    identifier        = "rss"
    url               = "/feed.xml"
    pre               = "<i class='fas fa-rss'></i>"
    weight            = 7

[Languages]
  # Each language has its own menu.

  [Languages.en]
    LanguageCode        = "en"
    LanguageName        = "English"
    weight              = 1

  [Languages.es]
    LanguageCode        = "es"
    LanguageName        = "Español"
    title               = "Luiyología en Español"
    description         = "La Ciencia que estudia mis intereses y preocupaciones"
    weight              = 2

    [[Languages.es.menu.main]]
      name              = "Inicio"
      identifier        = "home"
      url               = "/"
      pre               = "<i class='fas fa-home'></i>"
      weight            = 1

    [[Languages.es.menu.main]]
      name              = "Acerca de"
      identifier        = "about"
      url               = "/about/"
      pre               = "<i class='far fa-id-card'></i>"
      weight            = 2

    [[Languages.es.menu.main]]
      name              = "Blog"
      identifier        = "blog"
      url               = "/blog/"
      pre               = "<i class='far fa-newspaper'></i>"
      weight            = 3

    [[Languages.es.menu.main]]
      name              = "Etiquetas"
      identifier        = "tags"
      url               = "/tags/"
      pre               = "<i class='fas fa-tags'></i>"
      weight            = 4

    [[Languages.es.menu.main]]
      name              = "Travel CV"
      identifier        = "travelCV"
      url               = "/travel-cv/"
      pre               = "<i class='fas fa-globe-europe'></i>"
      weight            = 5

    [[Languages.es.menu.main]]
      name              = "Charlas"
      identifier        = "talks"
      url               = "/talks/"
      pre               = "<i class='fas fa-microphone'></i>"
      weight            = 6

    [[Languages.es.menu.main]]
      name              = "RSS"
      identifier        = "rss"
      url               = "/blog/feed.xml"
      pre               = "<i class='fas fa-rss'></i>"
      weight            = 7

# Sets Social Media icons to appear and link to your account. Value should be your
# username unless otherwise noted. These are the icons affected by socialAppearAtTop
# and socialAppearAtBottom.
[social]
  # Coding Communities
  github                = "luisgc"
  gitlab                = ""
  stackoverflow         = "" # User Number
  bitbucket             = ""
  jsfiddle              = ""
  codepen               = ""
  # Visual Art Communities
  deviantart            = ""
  flickr                = "luiyo"
  behance               = ""
  dribbble              = ""
  # Publishing Communities
  wordpress             = ""
  medium                = ""
  # Professional/Business Oriented Communities
  linkedin              = "luisgc"
  linkedin_company      = ""
  foursquare            = ""
  xing                  = ""
  slideshare            = "LuisGarcaCastro"
  # Social Networks
  facebook              = ""
  googleplus            = ""
  reddit                = "Luiyo"
  quora                 = ""
  youtube               = ""
  vimeo                 = ""
  whatsapp              = "" # WhatsApp Number
    # WeChat and QQ need testing.
    wechat              = ""
    qq                  = "" # User ID Number
  instagram             = ""
  tumblr                = ""
  twitter               = "luiyo"
  strava                = ""
  skype                 = ""
  snapchat              = ""
  pinterest             = ""
  telegram              = ""
  vine                  = ""
  googlescholar         = ""
  orcid                 = ""
  researchgate          = ""
  keybase               = ""
  mastodon              = ""
  # Email
  email                 = "luiyologia@gmail.com"

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top