Saket Shirsath commited on
Commit
014c7cf
·
0 Parent(s):

Set theme jekyll-theme-slate

Browse files
Files changed (3) hide show
  1. .gitattributes +16 -0
  2. _config.yml +1 -0
  3. index.md +37 -0
.gitattributes ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.h5 filter=lfs diff=lfs merge=lfs -text
2
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
3
+ *.jpg filter=lfs diff=lfs merge=lfs -text
4
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
5
+ *.png filter=lfs diff=lfs merge=lfs -text
6
+ *.gif filter=lfs diff=lfs merge=lfs -text
7
+ *.bmp filter=lfs diff=lfs merge=lfs -text
8
+ *.tiff filter=lfs diff=lfs merge=lfs -text
9
+ *.PNG filter=lfs diff=lfs merge=lfs -text
10
+ *.JPG filter=lfs diff=lfs merge=lfs -text
11
+ *.JPEG filter=lfs diff=lfs merge=lfs -text
12
+ *.GIF filter=lfs diff=lfs merge=lfs -text
13
+ *.BMP filter=lfs diff=lfs merge=lfs -text
14
+ *.TIFF filter=lfs diff=lfs merge=lfs -text
15
+ *.pt filter=lfs diff=lfs merge=lfs -text
16
+ *.keras filter=lfs diff=lfs merge=lfs -text
_config.yml ADDED
@@ -0,0 +1 @@
 
 
1
+ theme: jekyll-theme-slate
index.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Welcome to GitHub Pages
2
+
3
+ You can use the [editor on GitHub](https://github.com/saketshirsath/cv.github.io/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files.
4
+
5
+ Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
6
+
7
+ ### Markdown
8
+
9
+ Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
10
+
11
+ ```markdown
12
+ Syntax highlighted code block
13
+
14
+ # Header 1
15
+ ## Header 2
16
+ ### Header 3
17
+
18
+ - Bulleted
19
+ - List
20
+
21
+ 1. Numbered
22
+ 2. List
23
+
24
+ **Bold** and _Italic_ and `Code` text
25
+
26
+ [Link](url) and ![Image](src)
27
+ ```
28
+
29
+ For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
30
+
31
+ ### Jekyll Themes
32
+
33
+ Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/saketshirsath/cv.github.io/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
34
+
35
+ ### Support or Contact
36
+
37
+ Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.