Skip to content

Commit

Permalink
Updates links
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Dec 13, 2024
1 parent 0214394 commit 55925e6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 42 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Emacs.sexy

Simple website to share the love for Emacs:
[emacs.sexy](http://emacs.sexy)
[emacs.sexy](https://emacs.sexy)

To run it on local:
```bash
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<section id="footer" class="black">
<div>
Website created
by <a href="http://fernandobriano.com">picandocodigo</a>,
by <a href="https://fernandobriano.com">picandocodigo</a>,
design
by <a href="https://github.com/missmerilu">missmerilu</a>,
contributions by
Expand Down
72 changes: 32 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ <h3>Colorful text editor</h3>
<p>
Emacs can be customized in every conceivable way, including its
looks. You
can <a href="http://bzg.fr/emacs-strip-tease.html">strip it
can <a href="https://bzg.fr/emacs-strip-tease.html">strip it
down</a>, choose between dozens of easy to install themes
with <code>M-x load-theme</code>, or even create your own and
share it with your friends. Here are a couple of nice theme galleries:
<a href="http://emacsthemes.com/" title="Emacs Themes">Emacs Themes</a>,
<a href="https://emacsthemes.com/" title="Emacs Themes">Emacs Themes</a>,
<a href="https://pawelbx.github.io/emacs-theme-gallery/" title="Emacs Theme Gallery">Emacs Theme Gallery</a>.
</p>
<h3>Et tu, Programmer?</h3>
Expand All @@ -81,7 +81,7 @@ <h3>Et tu, Programmer?</h3>
</p>
<h3>Vim user?</h3>
<p>
Let me tell you about <a href="http://spacemacs.org/" title="Spacemacs">
Let me tell you about <a href="https://spacemacs.org/" title="Spacemacs">
Spacemacs</a>! Spacemacs is a community-driven Emacs distribution that
brings together the world of Vim and Emacs into one text editor. It also
features ergonomics and mnemonic key binding design, and also works great as a
Expand All @@ -94,7 +94,7 @@ <h3>Vim user?</h3>
</p>
<h3>More!</h3>
<p>
<code><a href="http://orgmode.org/">Org mode</a></code> helps
<code><a href="https://orgmode.org/">Org mode</a></code> helps
you to keep notes, maintain TODO lists, plan projects and author
documents. You can use your Org documents to create HTML
websites like this one or export to LaTeX, Beamer, OpenDocuments
Expand All @@ -119,11 +119,11 @@ <h3>More!</h3>
Out of the box Emacs includes a mail client, web browser,
calendar, and games; you can even edit video and images inside
Emacs. There
are <a href="http://tracker.endlessparentheses.com/"
are <a href="https://tracker.endlessparentheses.com/"
title="Emacs archive tracker">more than 3,000</a> packages for
Emacs, and more are written all the time. You can easily extend
your Emacs with new packages
from <a href="http://elpa.gnu.org/">GNU ELPA</a>
from <a href="https://elpa.gnu.org/">GNU ELPA</a>
and <a href="https://melpa.org/">MELPA</a> repositories.
</p>
</div>
Expand All @@ -143,7 +143,7 @@ <h3>GNU/Linux</h3>
GNU Emacs is available on every major GNU/Linux
distribution. It's available out of the box on several of them,
and if it's not you can install it with your system's package
manager or <a href="http://gnu.c3sl.ufpr.br/ftp/emacs/"
manager or <a href="https://gnu.c3sl.ufpr.br/ftp/emacs/"
title="Download Emacs">download Emacs directly from GNU</a>.
</p>
<h3>Mac OS X</h3>
Expand All @@ -152,19 +152,19 @@ <h3>Mac OS X</h3>
type <code>emacs</code> and you're ready to roll. It's an old
version though, and it's recommended that you use the latest stable
version. To get the latest and greatest features, there are community built
packages like <a href="http://emacsformacosx.com/">Emacs For OS
packages like <a href="https://emacsformacosx.com/">Emacs For OS
X</a> or <a href="https://github.com/railwaycat/homebrew-emacsmacport"
title="Emacs Mac Port">Homebrew</a> that are easy to install.
</p>
<p>
You can find more info about Emacs on OS
X <a href="http://www.emacswiki.org/emacs/EmacsForMacOS"
X <a href="https://www.emacswiki.org/emacs/EmacsForMacOS"
title="Emacs for Mac OS">here</a>.
</p>
<h3>Windows</h3>
<p>
Windows users can download Emacs for Windows
from <a href="http://gnu.c3sl.ufpr.br/ftp/emacs/windows/"
from <a href="https://gnu.c3sl.ufpr.br/ftp/emacs/windows/"
title="get Emacs for Windows">the GNU servers</a>.
</p>
<p>
Expand Down Expand Up @@ -229,11 +229,11 @@ <h2>Learn Emacs</h2>
</p>
<p>
A great resource for starters is this visual guide to learning
Emacs by <a href="http://sachachua.com" title="How to Learn
Emacs by <a href="https://sachachua.com" title="How to Learn
Emacs">Sacha Chua</a>, which she has kindly made available under
a <em><a href="https://creativecommons.org/licenses/by/3.0/"
title="Creative Commons ">Creative Commons "by"
license</a></em>: <a href="http://sachachua.com/blog/2013/05/how-to-learn-emacs-a-hand-drawn-one-pager-for-beginners/">How
license</a></em>: <a href="https://sachachua.com/blog/2013/05/how-to-learn-emacs-a-hand-drawn-one-pager-for-beginners/">How
to Learn Emacs: A Hand-drawn One-pager for Beginners</a>:
<a href="img/How-to-Learn-Emacs-v2-Large.png" title="How to
Learn Emacs">
Expand All @@ -246,14 +246,14 @@ <h2>Learn Emacs</h2>
You can also check out these other visual guides:
<ul>
<li>
<a href="http://sachachua.com/blog/2013/09/how-to-learn-emacs-keyboard-shortcuts-a-visual-tutorial-for-newbies/"
<a href="https://sachachua.com/blog/2013/09/how-to-learn-emacs-keyboard-shortcuts-a-visual-tutorial-for-newbies/"
title="How to learn Emacs keyboard shortcuts">
How to learn Emacs keyboard shortcuts (a visual tutorial
for newbies)
</a>
</li>
<li>
<a href="http://sachachua.com/blog/2014/01/tips-learning-org-mode-emacs/"
<a href="https://sachachua.com/blog/2014/01/tips-learning-org-mode-emacs/"
title="Some tips for learning Org Mode for Emacs">
Some tips for learning Org Mode for Emacs
</a>
Expand All @@ -274,50 +274,37 @@ <h2>Resources</h2>
take this:
<ul>
<li>
<a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html"
title="The Emacs Manual">The Emacs Manual</a>&nbsp;&mdash; Official GNU
Emacs manual. See more
manuals <a href="http://www.gnu.org/software/emacs/manual/">here</a>.
<a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/index.html" title="The Emacs Manual">The Emacs Manual</a>&nbsp;&mdash; Official GNU Emacs manual. See more manuals <a href="http://www.gnu.org/software/emacs/manual/">here</a>.
</li>
<li>
<a href="http://www.emacswiki.org/" title="EmacsWiki">Emacs
Wiki</a>&nbsp;&mdash; a collection of useful information regarding Emacs and
Emacs Lisp, its extension language.
<a href="https://www.emacswiki.org/" title="EmacsWiki">Emacs Wiki</a>&nbsp;&mdash; a collection of useful information regarding Emacs and Emacs Lisp, its extension language.
</li>
<li>
<a href="https://planet.emacslife.com/" title="Planet Emacsen">
Planet Emacsen</a>&nbsp;&mdash; An Emacs planet collecting
posts from many Emacs blogs.
<a href="https://planet.emacslife.com/" title="Planet Emacsen">Planet Emacsen</a>&nbsp;&mdash; An Emacs planet collecting posts from many Emacs blogs.
</li>
<li>
<a href="http://www.masteringemacs.org/" title="Mastering
Emacs">Mastering Emacs</a>&nbsp;&mdash; A blog about mastering the world's
best text editor.
<a href="https://www.masteringemacs.org/" title="Mastering Emacs">Mastering Emacs</a>&nbsp;&mdash; A blog about mastering the world's best text editor.
</li>
<li>
<a href="http://emacsrocks.com/" title="Emacs Rocks">Emacs
Rocks</a>&nbsp;&mdash; a series of videos teaching about Emacs. Includes
a series on extending it.
<a href="https://emacsredux.com/" title="Emacs Redux">Emacs Redux</a>&nbsp;&mdash; Useful tips and tricks to make your experience with Emacs more productive and more enjoyable
</li>
<li>
<a href="https://picandocodigo.net/software-libre/emacs/">Picando C&oacute;digo: Emacs</a> - (En espa&ntilde;ol) Escribo sobre Emacs en mi blog.
</li>
<li>
<a href="http://whattheemacsd.com/" title="What the
.emacs.d!?">What the .emacs.d!?</a>&nbsp;&mdash; Blog from the same
author as Emacs Rocks, about setting up your .emacs.d.
<a href="http://whattheemacsd.com/" title="What the .emacs.d!?">What the .emacs.d!?</a>&nbsp;&mdash; Blog from the same author as Emacs Rocks, about setting up your .emacs.d.
</li>
<li>
<a href="https://cestlaz.github.io/stories/emacs/" title="Using Emacs Series">Using Emacs
Series</a>&nbsp;&mdash; Tutorial screencasts for Emacs.
<a href="https://cestlaz.github.io/stories/emacs/" title="Using Emacs Series">Using Emacs Series</a>&nbsp;&mdash; Tutorial screencasts for Emacs.
</li>
<li>
<a href="https://github.com/emacs-tw/awesome-emacs" title="Awesome Emacs">
Awesome Emacs</a>&nbsp;&mdash; A community driven list of useful Emacs packages, libraries and others.
<a href="https://github.com/emacs-tw/awesome-emacs" title="Awesome Emacs">Awesome Emacs</a>&nbsp;&mdash; A community driven list of useful Emacs packages, libraries and others.
</li>
<li>
<a href="https://lemmy.ml/c/emacs" title="Emacs on Lemmy">@[email protected]</a>&nbsp;&mdash; Lemmy is a virtual community of nice people. You can create an account there
and share your questions, progress and snippets about Emacs on the Emacs sub-lemmy.
<a href="https://lemmy.ml/c/emacs" title="Emacs on Lemmy">@[email protected]</a>&nbsp;&mdash; Lemmy is a virtual community of nice people. You can create an account there and share your questions, progress and snippets about Emacs on the Emacs sub-lemmy.
</li>
<li>
<a href="http://emacs.stackexchange.com/" title="Emacs Stackexchange">Emacs StackExchange</a>&nbsp;&mdash; Q&A site for those using, extending or developing emacs.
<a href="https://emacs.stackexchange.com/" title="Emacs Stackexchange">Emacs StackExchange</a>&nbsp;&mdash; Q&A site for those using, extending or developing emacs.
</li>
<li>
<a href="https://github.com/syl20bnr/spacemacs#introduction">Spacemacs</a>&nbsp;&mdash; An Emacs distribution, uses Evil Mode to combine the ergonomic editing features of Vim with the extensibility of Emacs.
Expand All @@ -328,6 +315,11 @@ <h2>Resources</h2>
<li>
<a href="https://github.com/editor-bootstrap/emacs-bootstrap">Emacs Bootstrap</a>&nbsp;&mdash; Generate on-the-fly Emacs development environment. It lets you select the programming languages you work with and generates enough Emacs config files to get you started.
</li>
<li>
<a href="https://emacsrocks.com/" title="Emacs Rocks">Emacs
Rocks</a>&nbsp;&mdash; a series of videos teaching about Emacs. Includes
a series on extending it.
</li>
</ul>
</p>
</div>
Expand Down

0 comments on commit 55925e6

Please sign in to comment.