-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
71 lines (57 loc) · 5.08 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>CodeNotes</title>
<link>https://jesuscapistran.github.io/</link>
<description>Recent content on CodeNotes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 12 Jul 2022 09:01:32 -0500</lastBuildDate><atom:link href="https://jesuscapistran.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>commands to work in nvim</title>
<link>https://jesuscapistran.github.io/post/2022/nvim_tutorial/</link>
<pubDate>Tue, 12 Jul 2022 09:01:32 -0500</pubDate>
<guid>https://jesuscapistran.github.io/post/2022/nvim_tutorial/</guid>
<description>Exit nvim editor vim or nvim are text editors based on the command line. If you dont know how to exit the nvim interface you shoul type esc + esc then write :q
:q is the command to leave the nvim or vim editor. nvim modes Normal: You should type esc + esc Insert: You should type i Visual: You should type v Move the cursor in the text In Normal mode of nvim we can use the arrow keys to move in the text but there is a better solution, we can use the right hand using the h, j, k, l keys.</description>
</item>
<item>
<title>nvim for writing in markdown</title>
<link>https://jesuscapistran.github.io/post/2022/nvim_markdown_test/</link>
<pubDate>Tue, 12 Jul 2022 08:01:32 -0500</pubDate>
<guid>https://jesuscapistran.github.io/post/2022/nvim_markdown_test/</guid>
<description>NeoVim or nvim is a text editor based on the terminal, it is used to edit plain text or even for programming. In my case I decided to set up my nvim for writting in markdown. To have this configuration it is neccesary to cofig NeoVim.
This modification were based on two sources:
jdhao webpage (She is a machine learning engineer): Markdown Writing and previewing in NeoVim - A complete Guide Nicolas Schourmann (Programmer, New Zeland): Vim, aumenta tu velocidad de desarrollo Following jdhao tutorial + Nicolar Shourman course you can learn to customize your nvim enviroment and even you will learn to use the nvim editor.</description>
</item>
<item>
<title>Hugo workflow for posting a blog</title>
<link>https://jesuscapistran.github.io/post/2022/hugo_post_workflow/</link>
<pubDate>Sun, 03 Jul 2022 09:45:32 -0500</pubDate>
<guid>https://jesuscapistran.github.io/post/2022/hugo_post_workflow/</guid>
<description>It has been a week since I configured and deployed my Blog with Hugo, I have notpost anyhting since then. Then Today I have experience a lot of trouble in the workflow for posting. That means, the new skill which is not training is inmediatly forgotten. Then lest write this mini guide to get back and remember the posting worflow in Hugo.
1. Create a new Markdown file with Hugo The Hugo post should be write locally using a Markdown editor.</description>
</item>
<item>
<title>Filter data in python with high order functions</title>
<link>https://jesuscapistran.github.io/post/2022-07-02/</link>
<pubDate>Sat, 02 Jul 2022 13:29:01 -0500</pubDate>
<guid>https://jesuscapistran.github.io/post/2022-07-02/</guid>
<description>July 02, 2022 Filter data in python with high order functions This project (Platzi) is to learn How to filter data from a list of dictionaries. The goal is to use the python high order functions filter() and map() to achieve the task. Note: You will require python &gt; v3.9 to finish the 100% of the examples. However if you have only python 3 you can achieve the 90%. Don&rsquo;t worry, let&rsquo;s practice.</description>
</item>
<item>
<title>Deploy HUGO Blog in Github Pages</title>
<link>https://jesuscapistran.github.io/post/hugo_tutorial/</link>
<pubDate>Sat, 25 Jun 2022 21:20:55 -0500</pubDate>
<guid>https://jesuscapistran.github.io/post/hugo_tutorial/</guid>
<description>Once I load the Hugo Sitein my local machine. I proceed to configure it and to deploy the Public folder into Github. For this task I do a google search and find the following video tutorial:</description>
</item>
<item>
<title>My coding notes</title>
<link>https://jesuscapistran.github.io/post/welcome_code_notes/</link>
<pubDate>Sat, 25 Jun 2022 15:19:41 -0500</pubDate>
<guid>https://jesuscapistran.github.io/post/welcome_code_notes/</guid>
<description>In this space I have the intention to store my notes related to my coding journey. The challenge of implementing Python into my scientific career comes after getting my Ph.D. degree. At that moment, I saw that all the data I had generated related to materials characterization (thin-films) were buried in my hard drive. Therefore, to overcome the lost of data I have to learn new skills for data management. : While I was looking for alternatives.</description>
</item>
</channel>
</rss>