Skip to content

Commit 3840844

Browse files
committed
update aboutme
1 parent 3f322a2 commit 3840844

File tree

4 files changed

+18
-39
lines changed

4 files changed

+18
-39
lines changed

Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
source "https://rubygems.org"
2-
gemspec
2+
#gemspec
3+
gem "just-the-docs"
4+

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Configuration
3+
title: Notes
44
nav_order: 2
55
---
66

index.md

+13-36
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Home
3+
title: Hey there
44
nav_order: 1
55
description: "My life as a design verification engineer"
66
permalink: /
@@ -13,50 +13,27 @@ This is where I keep my notes, my thoughts, my experiences or anything interesti
1313
{: .fs-6 .fw-300 }
1414

1515
---
16-
1716
## Who am I
18-
Well, you know I'm a design verification engineer and I've been in this industry for quite a while. It's long enough to make me feel that I should share what I know, but also not enough to say that everything on this site are 100 percent correctly. I work with Systemverilog, uvm everyday and these are what I know the most. However, now and then, I also find myself struggling with formal verification, design, STA timing, =)) and the list goes on with synthesis, ECO logic, and also scripting. Talking about scripting, I have been using csh and perl for a long time before switching to zsh/bash and python recently. And I love vim, gosh, it is the best.
19-
20-
21-
## What you'll find here
22-
23-
24-
### 1. You find my notes :)
25-
#### The first reason makes me
26-
27-
28-
### 2.You find my thoughts
29-
30-
31-
### 3.And you find my random
17+
Well, you know I'm a design verification engineer and I've been in this industry for quite a while. It's long enough to make me feel that I should share what I know, but also not enough to say that everything on this site are 100 percent correctly (now that I'm pretty busy with all the things going on in my life, the "sharing" is bit too much >.< ). I work with Systemverilog, uvm everyday and these are what I know the most. However, now and then, I also find myself struggling with formal verification, design, STA timing, =)) and the list goes on with synthesis, ECO logic, and also scripting. Talking about scripting, I have been using csh and perl for a long time before switching to zsh/bash and python recently. And I love vim, gosh, it is the best.
3218

3319
---
20+
## What you'll find here
3421

35-
## About the project
36-
37-
Just the Docs is &copy; 2017-2019 by [Patrick Marsceill](http://patrickmarsceill.com).
38-
39-
### License
4022

41-
Just the Docs is distributed by an [MIT license](https://github.com/pmarsceill/just-the-docs/tree/master/LICENSE.txt).
23+
### 1. You'll find my notes :)
24+
The only first and now the main reason for me to be on this is for keeping my notes. I usually take notes to keep tracks of things. Things that I feel interested in, things that I wanna try or spend some time.
4225

43-
### Contributing
4426

45-
When contributing to this repository, please first discuss the change you wish to make via issue,
46-
email, or any other method with the owners of this repository before making a change. Read more about becoming a contributor in [our GitHub repo](https://github.com/pmarsceill/just-the-docs#contributing).
27+
### 2.You'll find my thoughts
28+
Sometimes I just feel like talking about some things.
4729

48-
#### Thank you to the contributors of Just the Docs!
4930

50-
<ul class="list-style-none">
51-
{% for contributor in site.github.contributors %}
52-
<li class="d-inline-block mr-1">
53-
<a href="{{ contributor.html_url }}"><img src="{{ contributor.avatar_url }}" width="32" height="32" alt="{{ contributor.login }}"/></a>
54-
</li>
55-
{% endfor %}
56-
</ul>
31+
### 3.And you'll find my randoms
32+
Let's just say my randoms are just a bit better organized piece of my notes.
5733

58-
### Code of Conduct
5934

60-
Just the Docs is committed to fostering a welcoming community.
35+
---
36+
OK, that's it mates.
37+
Use the search box if you need anything.
38+
And if you cannot find what you need, well, later then. :D
6139

62-
[View our Code of Conduct](https://github.com/pmarsceill/just-the-docs/tree/master/CODE_OF_CONDUCT.md) on our GitHub repository.

just-the-docs.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
1717
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
1818
spec.add_runtime_dependency "rake", "~> 12.3.1"
1919

20-
spec.add_development_dependency "bundler", "~> 2.0.1"
20+
spec.add_development_dependency "bundler", "~> 2.1.4"
2121
end

0 commit comments

Comments
 (0)