Welcome to Jekyll!

Posted on Jun 05, 2013

Tag: Audio


You’ll find this post in your _posts directory - edit this post and re-build (or run with the -w switch) to see your changes! To add new posts, simply add a file in the _posts directory that follows the convention: YYYY-MM-DD-name-of-post.ext.

Jekyll also offers powerful support for code snippets:

1
2
3
4
5
def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

Center Flex

1
2
3
4
5
6
7
8
9
10
11
12
13
.navbar {
    text-align:center;
    width: 100%;
}
.navbar ul {
    display:inline-block;
}
.navbar li {
    float:left;
}
.navbar li + li {
    margin-left:20px;
}
1
2
3
4
5
6
7
8
9
10
11
12
13
    .text-example {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin: 10% 0;
        min-height: 200px;
        background-color: rgba(33, 33, 33, .3);
        align-items: center;
    }
   

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo.

I'm Really Glad This Worked

Page 2 of 2 Older →




  • 06 Mar 2023   Getting Started with Adobe Illustrator: Illustrator series
  • 29 Apr 2020   Advanced Projects for Intro to Web Design
  • 25 Apr 2020   Flexbox Grid
  • 24 Apr 2020   Code Snippet Samples
  • 21 Apr 2020   YouTube Sample
  • 05 Jun 2013   Welcome to Jekyll!
  • 28 Apr 2020   Geometric Line Drawings

  • © 2023 Nicholas D'Angelo

    Deploys by Netlify