
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
empresa-recuperada-jekyll-theme
Advanced tools
CAMBIAME: Esta es una plantilla base para comenzar cualquier plantilla relacionada con Sutty, con el entorno de desarrollo que usamos segĂşn nuestro flujo de trabajo.
# Desde el directorio de trabajo
cd ~/Sutty
# Instalar sutty-cli antes de empezar
gem install sutty-cli
# Iniciar una plantilla
sutty-cli theme CAMBIAME
# Se creĂł el repositorio
cd CAMBIAME-jekyll-theme
Para empezar, hay que buscar y reemplazar en todos los archivos donde
diga CAMBIAME.
También hay que instalar sutty.local:
# Desde el directorio de trabajo
cd ~/Sutty
# Clonar el repositorio
git clone https://0xacab.org/sutty/sutty.local.git
cd sutty.local
make all domain domain=sutty.local
cd .. # Volver al directorio de trabajo
Esto genera un certificado a nivel local que luego va a usar el servidor de desarrollo.
Siempre trabajamos desde el directorio raĂz del repositorio:
cd ~/Sutty/CAMBIAME-jekyll-theme
Primero hay que iniciar los servidores, antes hay que instalar el
paquete nghttp2.
make serve
A partir de este momento podemos editar los archivos. Para probar lo que estamos haciendo, compilamos el sitio.
make build
Hay que hacer esto cada vez que queremos probar cambios.
Nota: No usamos jekyll serve porque entra en conflicto con algunos
de nuestros complementos y los sitios grandes tardan en compilarse de
todas formas.
Podemos traer cambios de la base:
git pull upstream master
Si hubiera conflictos, los podemos resolver con:
# Esto se hace una sola vez, cambiar vimdiff por la herramienta que
# queramos usar
git config --global mergetool.tool vimdiff
git config --global mergetool.keepBackup false
# Resolver los conflictos
git mergetool
Para publicar la plantilla, primero hay que cambiar el nombre al archivo
sutty-base-jekyll-theme.gemspec:
git mv {sutty-base,CAMBIAME}-jekyll-theme.gemspec
Cada vez que actualicemos la gema hay que editar
CAMBIAME-jekyll-theme.gemspec para cambiar la versiĂłn.
Y luego para compilar y publicar la gema:
gem build CAMBIAME-jekyll-theme.gemspec
gem push CAMBIAME-VERSION.gemspec
También hay que actualizar la versión en el skel.
Add this line to your Jekyll site's Gemfile:
gem "CAMBIAME-jekyll-theme"
And add this line to your Jekyll site's _config.yml:
theme: CAMBIAME-jekyll-theme
And then execute:
$ bundle
Or install it yourself as:
$ gem install CAMBIAME-jekyll-theme
CAMBIAME
Bug reports and pull requests are welcome on 0xacab.org at https://0xacab.org/sutty/jekyll/CAMBIAME-jekyll-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Sutty's 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 array in
CAMBIAME-jekyll-theme.gemspec accordingly.
The theme is available as open source under the terms of the Antifacist MIT License.
FAQs
Unknown package
We found that empresa-recuperada-jekyll-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.