- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 89 for Staffa (0.58 sec)
-
.mailmap
Georgios Kalpakas <******@****.***> Georgios Kalpakas <******@****.***> <******@****.***> Julie Ralph <******@****.***> Lucas Galfaso <******@****.***> Martin Staffa <******@****.***> Martin Staffa <******@****.***> <******@****.***> Matias Niemelä <******@****.***> Michał Gołębiowski-Owczarek <******@****.***> Misko Hevery <******@****.***>
Plain Text - Registered: 2023-03-17 06:53 - Last Modified: 2017-11-22 12:24 - 1.3K bytes - Viewed (1) -
docs/_docs/step-by-step/09-collections.md
position: Writer --- Ted has been eating fruit since he was baby. ``` ## Staff page Let's add a page which lists all the authors on the site. Jekyll makes the collection available at `site.authors`. Create `staff.html` and iterate over `site.authors` to output all the staff: {% raw %} ```liquid --- layout: default title: Staff --- <h1>Staff</h1> <ul> {% for author in site.authors %} <li>
Plain Text - Registered: 2023-03-14 01:54 - Last Modified: 2020-03-19 10:10 - 5.6K bytes - Viewed (0) -
docs/_docs/collections.md
</p> </div> ## Output Now you can iterate over `site.staff_members` on a page and output the content for each staff member. Similar to posts, the body of the document is accessed using the `content` variable: {% raw %} ```liquid {% for staff_member in site.staff_members %} <h2>{{ staff_member.name }} - {{ staff_member.position }}</h2> <p>{{ staff_member.content | markdownify }}</p> {% endfor %} ``` {% endraw %}
Plain Text - Registered: 2023-03-14 01:54 - Last Modified: 2021-01-03 09:53 - 11.1K bytes - Viewed (0) -
test/test_front_matter_defaults.rb
Ruby - Registered: 2023-03-14 01:54 - Last Modified: 2022-11-27 17:29 - 6.8K bytes - Viewed (0) -
contents/engineering-levels.md
## Career levels ### Junior Software Engineer _Work in progress_ ### Software Engineer _Work in progress_ ### Senior Software Engineer _Work in progress_ ### Staff Software Engineer _Work in progress_ ### Senior Staff Software Engineer _Work in progress_
Plain Text - Registered: 2023-03-19 04:05 - Last Modified: 2022-07-10 04:15 - 1.4K bytes - Viewed (0) -
css/theme/source/black-contrast.scss
$headingFont: 'Source Sans Pro', Helvetica, sans-serif; $headingTextShadow: none; $headingLetterSpacing: normal; $headingTextTransform: uppercase; $headingFontWeight: 600; $linkColor: #42affa; $linkColorHover: lighten( $linkColor, 15% ); $selectionBackgroundColor: lighten( $linkColor, 25% ); $heading1Size: 2.5em; $heading2Size: 1.6em; $heading3Size: 1.3em; $heading4Size: 1.0em;
Plain Text - Registered: 2023-03-17 06:46 - Last Modified: 2023-02-22 03:21 - 1.3K bytes - Viewed (0) -
docs/README.md
Add default webserver user `daemon` to OSX's `staff` group (which already has the necessary permissions for writing to files/directories): `sudo dseditgroup -o edit -a daemon -t user staff` ### Step 3 Visit the local installation in your browser! For example, http://localhost/select2-docs. ## Credits
Plain Text - Registered: 2023-03-16 22:19 - Last Modified: 2019-09-11 08:02 - 1.9K bytes - Viewed (0) -
css/theme/source/black.scss
$headingFont: 'Source Sans Pro', Helvetica, sans-serif; $headingTextShadow: none; $headingLetterSpacing: normal; $headingTextTransform: uppercase; $headingFontWeight: 600; $linkColor: #42affa; $linkColorHover: lighten( $linkColor, 15% ); $selectionBackgroundColor: rgba( $linkColor, 0.75 ); $heading1Size: 2.5em; $heading2Size: 1.6em; $heading3Size: 1.3em; $heading4Size: 1.0em;
Plain Text - Registered: 2023-03-17 06:46 - Last Modified: 2023-01-17 08:52 - 1.2K bytes - Viewed (0) -
docs/guides/monitoring/README.md
For example, if your directory structure is: ``` $ ls -l dist/* src/* -rw-r--r-- 1 dschep staff 576B Mar 21 17:21 dist/handler.js -rw-r--r-- 1 dschep staff 911B Mar 21 17:21 dist/handler.js.map -rw-r--r-- 1 dschep staff 451B Mar 22 12:13 src/handler.js ``` Then you should have a packaging directory that includes all the files above: ```yaml package:
Plain Text - Registered: 2023-03-14 02:18 - Last Modified: 2021-10-16 01:51 - 7K bytes - Viewed (0) -
contents/understanding-compensation.md
| L4 (SWE) | $267,000 | $158,000 | $28,000 | $81,000 | | L5 (Senior SWE) | $355,000 | $188,000 | $37,000 | $130,000 | | L6 (Staff SWE) | $489,000 | $223,000 | $50,000 | $214,000 | | L7 (Senior Staff SWE) | $672,000 | $263,000 | $79,000 | $330,000 | | L8 (Principal Engineer) | $1,020,000 | $331,000 | $119,000 | $572,000 |
Plain Text - Registered: 2023-03-19 04:05 - Last Modified: 2022-04-29 09:08 - 9.5K bytes - Viewed (0)